home *** CD-ROM | disk | FTP | other *** search
- #
- # Copyright (C) 1991 Texas Instruments Incorporated.
- #
- # Permission is granted to any individual or institution to use, copy, modify,
- # and distribute this software, provided that this complete copyright and
- # permission notice is maintained, intact, in all copies and supporting
- # documentation.
- #
- # Texas Instruments Incorporated provides this software "as is" without
- # express or implied warranty.
- #
-
- Makefile_tar
- This makefile will help copy off (tar) all the necessary cool directories
- for the purpose of either rebuilding the COOL library or using the COOL library
- Usage: cd ice; make -f util/Makefile_tar help
-
- os2dirs
- Creates an OS2 command file (os2dirs.cmd) which will create the COOL and COOL
- directory structure. The PC ftp program doesn't create directories,
- so this command file must be run create the directories before the COOL files
- can be FTP'ed over.
-
- os2dirs.cmd
- Generated by util/os2dirs on a UNIX workstation to create the ICE and COOL
- directory structure. Must be run on an OS2 before running util/os2copy
- on the UNIX workstation which will FTP cool and ICE files to the OS2.
-
- os2copy
- ftp copy of ice and cool files to an IBM PS/2.
- Usage: cd ice; util/os2copy <host> <dir> <dir> ...
- The directories to copy default to:
- ice_defs cpp CCC test util cool pisces
- Example: copy just cool directory
- cd ice; util/os2copy blue ssb cool
- Example: copy just the String and String/tests directories
- cd ice; util/os2copy blue ssb cool/String
-
- os2copy_imakefiles
- ftp cool Imakefiles to an IBM PS/2.
- Usage: cd ice; util/os2copy_imakefiles <host> <login> [<dir> ...]
- Example: cd ice; util/os2copy_imakefiles blue ssb
- Example: cd ice; util/os2copy_imakefiles blue ssb cool
-
- os2get
- Creates an OS2 command file (os2get.cmd) which will get via ftp cool files
- on a remote UNIX workstation from an IBM PS/2.
- Usage: cd ice; util/os2get <host> <login> <passwd>
- Example: cd ice; util/os2get tan
-
- os2get.cmd
- Generated by util/os2get on a UNIX workstation to copy COOL files
- on a remote UNIX workstation from an IBM PS/2.
-
- loop.cmd
- Command called by OS2 COOL makefiles to loop through subdirectories.
- This file must be copied into the ice/bin directory on the IBM PS/2.
-
- bootstrap.cmd
- Command called by OS2 COOL makefiles to bootstrap the first OS2 makefiles.
- This file must be copied into the ice/bin directory on the IBM PS/2.
-
- linkhdrs.cmd
- Command called by OS2 COOL makefiles to link/copy COOL headers.
-
- ftpscript.create
- Creates an ftp script file (ftpscript.run) which contains ftp commands
- to copy COOL files to an IBM PS/2.
- The directories to copy default to:
- ice_defs cpp CCC test util cool pisces"
- Usage: cd ice; util/ftpscript.create <host> <login> [<dir> ...]
- Example: cd ice; util/ftpscript.create blue ssb
- Example: cd ice; util/ftpscript.create blue ssb cool
-
- ftpscript.run
- Generated by util/ftpscript.create. Used as input file for ftp command.
- Usage: ftp -v -i < util/ftpscript.run
-
- ftp-script
- Contains ftp commands to move files in util directory to the OS/2.
-
- copy_ice
- Shell script to copy ice to specified host on specified path.
- Usage: cd ice; util/copy_ice <host> <path>
- Example: cd ice; util/copy_ice osage /epoch/misc/ice
-
- cppscripts
- Creates the following COOL cpp shell scripts:
- ice/bin/coolcpp
- ice/bin/coolCC
- ice/bin/cppCC
- ice/bin/implement
-